home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.direct.ca!usenet
- From: etoivane@direct.ca (Ed Toivanen)
- Newsgroups: comp.lang.c
- Subject: Re: Newbie doesn't understand compiler error
- Date: 8 Mar 1996 05:10:13 GMT
- Organization: Your Organization
- Message-ID: <4hoffl$l74@aphex.direct.ca>
- References: <Pine.SUN.3.91.960301153010.11258B-100000@pioneer.uspto.gov>
- NNTP-Posting-Host: 204.174.243.144
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.6
-
-
- >
- >main( int argv, char *argc[] ) <<- Compiler states "Syntax error at or near
-
- Try
- main(int argc, char* argv[])
-
- That should fixn things up.
-
-
-